home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 10 / PC Guia 10.iso / database / shared.dir / 01036_Script_spider button script < prev    next >
Text File  |  1996-03-14  |  155b  |  11 lines

  1. on mouseDown
  2.   global gCurChap
  3.   
  4.   ClickSnd
  5.   updatestage
  6.   set sp = the clickon - 36
  7.   
  8.   if sp <> gCurChap then
  9.     GoChapter(sp)
  10.   end if
  11. end